timepicker
@Composable
Content copied to clipboard
Parameters
initial Time
The time to be shown to the user when the dialog is first shown. Defaults to the current time if this is not set
colors
see TimePickerColors
wait For Positive Button
if true the onTimeChange callback will only be called when the positive button is pressed, otherwise it will be called on every input change
time Range
any time outside this range will be disabled
is24Hour Clock
uses the 24 hour clock face when true
on Time Change
callback with a LocalTime object when the user completes their input